CVE-2025-25472
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Thu, 12 Feb 2026 18:47:48 +0000 (19:47 +0100)
committerÉtienne Mollier <emollier@debian.org>
Thu, 12 Feb 2026 18:47:48 +0000 (19:47 +0100)
commit013bd3d9c11471a921eb5f76d149aefe372f3704
treecfcb6a445b6f09c8fa3721704e7de857277c2348
parentbc51b80baa2c75a46fee3186aff4deee25fba9a5
CVE-2025-25472

commit 410ffe2019b9db6a8f4036daac742a6f5e4d36c2
Author: Joerg Riesmeier <dicom@jriesmeier.com>
Date:   Fri Jan 17 17:53:50 2025 +0100

    Fixed another issue with invalid mono images.

    Fixed issue when rendering an invalid monochrome DICOM image where the
    number of pixels stored does not match the expected number of pixels.
    In this case, only a single pixel is processed, but the pixel matrix is
    much larger. Filling the rest of the pixel matrix with the smallest
    possible value for the image is not working because of an optimized
    memory usage (value would be out of range). Now, the pixel value to be
    used is double-checked before it is actually filled into the "background"
    of the image.

    Thanks to Ding zhengzheng <xiaozheng.ding399@gmail.com> for the report
    and the sample file (PoC).

Gbp-Pq: Name 0011-CVE-2025-25472.patch
dcmimgle/include/dcmtk/dcmimgle/dimoipxt.h